Name

f95mcheck - Check output from Fortran 95 memory trace.

Usage

f95mcheck < filename

Description

f95mcheck is a program to check the output from the -mtrace option of the NAGWare f95 compiler.

It is designed to be used as a filter.

Any lines that do not look like memory tracing output are ignored. It reports to standard output any errors it detects such as deallocating something twice, deallocating something that was never allocated, or deallocating something with a size different from that with which it was allocated.

It also reports any apparent memory leaks, though this is less useful if the program terminated prematurely.

Options

None.

See Also

f95(1).

Source Code

The Fortran source code of this program can be found in the file f95mcheck.f90 in the compiler's library directory.

Bugs

Please report any bugs found to "support@nag.co.uk" or "infodesk@nag.com", along with any suggestions for improvements.